home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v9n03.arc / DSPREP.BAT < prev    next >
DOS Batch File  |  1990-01-12  |  1KB  |  22 lines

  1. ECHO OFF
  2. : This batch file will display the ))SYS.LOG report file
  3. CD \
  4. IF NOT EXIST ))SYS.LOG GOTO MissingF
  5. CLS
  6. ECHO ╔═════════════════════════════════════════════════════════════════════════╗
  7. ECHO ║ D S P r e p - will display the ))SYS.LOG report file written into the   ║
  8. ECHO ║               root directory by the PC Integrity Toolkit batch files:   ║
  9. ECHO ║               SCANmax and SCANsys.                                      ║
  10. ECHO ╚═════════════════════════════════════════════════════════════════════════╝
  11. MORE <))SYS.LOG
  12. GOTO END
  13. :MissingF
  14. ECHO ╔═════════════════════════════════════════════════════════════════════════╗
  15. ECHO ║ File ))SYS.LOG was not found in the root directory. Did you run batch   ║
  16. ECHO ║ file SCANsys or SCANmax?  (this is how the ))SYS.LOG report is created) ║
  17. ECHO ╚═════════════════════════════════════════════════════════════════════════╝
  18. :END
  19. ECHO ╔═════════════════════════════════════╗
  20. ECHO ║ *** E N D   O F   D I S P L A Y *** ║
  21. ECHO ╚═════════════════════════════════════╝
  22.